Platform Explorer / Nuxeo Platform 5.8

Contribution org.nuxeo.ecm.user.relationship.urlservice--urlpatterns

This contribution is part of XML component org.nuxeo.ecm.user.relationship.urlservice inside nuxeo-user-relationship-5.8.jar

Extension Point

Extension point urlpatterns of component URLService.

Contributed Items

  • <urlPattern enabled="true" name="user">
          <defaultURLPolicy>false</defaultURLPolicy>
          <needBaseURL>true</needBaseURL>
          <needRedirectFilter>true</needRedirectFilter>
          <needFilterPreprocessing>true</needFilterPreprocessing>
          <codecName>user</codecName>
          <actionBinding>
            #{restHelper.initContextFromRestRequest}
          </actionBinding>
          <bindings>
            <binding callGetter="false" name="tabIds">
              #{userRelationshipNetworkActions.relationsTab}
            </binding>
            <binding callGetter="false" name="username">
              #{userManagementActions.selectedUserName}
            </binding>
            <binding callGetter="false" name="showUser">
              #{userManagementActions.showUser}
            </binding>
          </bindings>
        </urlPattern>

XML Source

<extension point="urlpatterns" target="org.nuxeo.ecm.platform.ui.web.rest.URLService">

    <urlPattern enabled="true" name="user">
      <defaultURLPolicy>false</defaultURLPolicy>
      <needBaseURL>true</needBaseURL>
      <needRedirectFilter>true</needRedirectFilter>
      <needFilterPreprocessing>true</needFilterPreprocessing>
      <codecName>user</codecName>
      <actionBinding>
        #{restHelper.initContextFromRestRequest}
      </actionBinding>
      <bindings>
        <binding callGetter="false" name="tabIds">
          #{userRelationshipNetworkActions.relationsTab}
        </binding>
        <binding callGetter="false" name="username">
          #{userManagementActions.selectedUserName}
        </binding>
        <binding callGetter="false" name="showUser">
          #{userManagementActions.showUser}
        </binding>
      </bindings>
    </urlPattern>

  </extension>